range: Remove outdated comment
authorTimm Bäder <mail@baedert.org>
Fri, 9 Aug 2019 17:20:57 +0000 (19:20 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 10 Aug 2019 17:51:45 +0000 (19:51 +0200)
gtk/gtkrange.c

index cabb814c4dc98d29a8e649e536afdb79f556157c..d8532ca289c66478e9f5f9d923c8d831514a0394 100644 (file)
@@ -1606,10 +1606,6 @@ gtk_range_size_allocate (GtkWidget *widget,
   box_alloc.height = box_min_height;
 
   gtk_widget_size_allocate (priv->trough_widget, &box_alloc, -1);
-
-  /* TODO: we should compute a proper clip from get_range_border(),
-   * but this will at least give us outset shadows.
-   */
 }
 
 static void